/* @override http://seimstudios.com/content/wp-content/themes/Seim2-Jillij%2013/style.css */

/* @override http://seimphotography.com/photography-2008/wp-content/themes/Seim2-Jillij%2013/style.css */

/* Modded areas if the theme include - header.php (heder alignments) 
footer.php (add footer content
page.php (remove titles)
functions.php (modded header detail for IE)
 */

/*  
Theme Name: Seim2-Jillij13
Theme URI: http://www.jillij.com/
Description: Theme developped for my <a href="http://www.jillij.com/">website</a>. Support is <a href="http://www.jillij.com/forum/">here</a>.
Version: 13.0
Author: Jillij & Gavin Seim
Author URI: http://www.jillij.com/

	
/* Dï¿½but typographies et couleurs */
body {
	background-color: #d5d6d7;
	color: #333;
	text-align: center;
	font: 68.0% "Lucida Grande", Lucida, Verdana, sans-serif;
}
		
/* OPAL'S EDIT - ADDED WRAPPER STYLING, CONSOLIDATED PAGE DIV STYLING */
/* the width here need to match the width of the header img */	
		
#wrapper {
margin:0 auto;
text-align: left;
width:800px;

}		


#page {
	background-color: white;
	text-align: left;
	margin: 0 auto; /* OPAL'S EDIT HERE */
	padding: 0;
	width: 800px;	
}


/******/

#topheader, #header, #footer{
	background-color: none;
	}


/* control for main content position, size, and colors. I added margin 0 to center the content */

#content {
	font-size: 1.2em;
    color: #ebffe8;
	position: relative;
	padding-bottom: 5px;
	margin: 30px auto;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.4em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
}

.alt {
	background-color: #f8f8f8;
	}


	
.titrePage /* Page titles */
{
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-weight:600;
  font-size:20px;
  border: 0px solid #000000;
  display:block;
  padding: 0 0 0px 20px;
  padding-top: 5px;
  }


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #2e3876;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
	}


h2 {
	font-size: 1.4em;
    color: #e6e1d2;
}

h2.pagetitle {
	font-size: 1.4em;
        text-align: center;
        color: #e6e1d2;
	}

h3 {
	font-size: 1.4em;
}
	

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #a8cbf1;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, .titrePage, .titrePage a, .titrePage a:hover, .titrePage a:visited, #wp-calendar caption, cite {
	text-decoration: none;
}
	
a, h2 a:hover, h3 a:hover{
	color: #a8cbf1;
	text-decoration: underline;
}
	
a:hover {
	color: #7cb1d0;
	}
	
	
blockquote {
	background: #f9f8f4;
	-moz-border-radius-topleft: 12px;
    -webkit-border-top-left-radius: 12px;
    -moz-border-radius-topright:12px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-bottomleft: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius: 0px;
	color: #000;
	padding: 2px 5px 5px;
	margin: 10px 5px 5px;
}

blockquote a {
	color: #25248b;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	
	
.description {
	font-size: 1.2em;
	text-align: center;
	}

.entry p a:visited {
	color: #5bacc7;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #fefdf8;
}

.commentlist li {
	font-weight: bold;
	color: #000;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	background-color: #dcffe9;
	list-style: none;
	-moz-border-radius-topleft: 18px;
    -webkit-border-top-left-radius: 18px;
    -moz-border-radius-topright: 18px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-bottomleft: 18px;
    -webkit-border-bottom-left-radius: 18px;
}


.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.4em;
	text-transform: none;
}

.commentlist a {
	color: #25248b;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #c1ffe0;
}

.commentmetadata {
	font-weight: normal;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


.titrePage a:hover{
	color: #95d6fb;
	text-decoration: none;
	}

	
#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}



body {
	margin: auto;
	}



	
#header {
	height: 98px; /* adjusting this controll virtual header space allowing post/page content to move up/down*/
	width: 0px; /* set from 884 to zero to remove the behind whitespace */
	margin: 0;
	padding:0;

	
}

/* modify top margin to reposition header image up/down & commented out heder img to remove*/
#headerimg {
	height: 88px;
	width: 800px;
	background: url("images/jillijheader.png") no-repeat bottom center;
	margin-top: 7px;
}

.narrowcolumn {
	margin: 5px 0 0 55px;
	width: 800px;
}

.widecolumn {
	margin: 5px 0 0 5px;
	width: 800px;
	padding-bottom: 20px;
}
	
.post {
	text-align: left;
	margin-top:8px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #000;
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
	border: 1px solid #616161;
}

.widecolumn .post {
}

.narrowcolumn .postmetadata {
	padding-top: 0px;
	}

.widecolumn .postmetadata {
	margin: 5px 0;
	background-color: #000;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border: 1px solid #686868;
}

/* made footer and fotter p values short to move foot img up and leave content below */
#footer {
	width: 800px;
	height: 10px;
	clear: both;
	position: relative;
	margin: 15px auto;
}

#footer p {
	padding: 0;
	text-align: center;
	color: #bacad5;
	margin: 25px 2px 10px 10px;
	font-size: 8px;
}
	
/* Fin Structure */



/*	Dï¿½but Entï¿½tes */
h1 {
	padding-top: 25px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
	margin-top: 20px;
	text-align: center;
}

h3 {
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #000;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Entï¿½tes */

/* Rolling Menu Styles */

/* This is main sidebar global controll. "top" definition controlls the nav menu position up/down */
#sidebar {
	display: block;
	position: absolute;
	top:95px;
	font-size: 1.0em;	
	margin: 0px;
	z-index: 5;
	-moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-bottomleft: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -webkit-border-bottom-right-radius: 12px;
	-moz-opacity:.96; /* for mozilla */
	opacity: 0.96; /* for safari */
	khtml-opacity: 0.96 /* older safari */;
	background: url(http://seimphotography.com/photography-2008/wp-content/themes/Seim2-Jillij%2013/images/bar.png) no-repeat;
}

#sidebar ul {
	width:800px;
	min-height: 29px;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 500;
	font-weight: bold;
	-moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
}

#sidebar li {
	display: run-in;
	float: left;
	min-height: 18px;
	position: relative;
	text-align: left;
	padding: 5px 16px 5px;
}

#sidebar h2 {
	padding: 0px;
	margin: 0px;
	font-size: 1em;
}

/*These are dropdown menu items. Changed % values to match dropdowns to bottom main nav bar. % up for distance, down for close. Also defined non link text color in dropdowns. 

Changed width values to "0" This keeps background color out of dropdown radius corners */

#sidebar li ul {
	width: 0px;
	height: auto;
	top: 100%;
	left: 0px;		
	font-weight: normal;
	font-size: 110%;
	color: #000;
}

#sidebar li.LargeMenu ul {
	width: 0px;
	height: auto;
	top: 100%;
	left: 0px;
}

#sidebar li ul li {
	text-align: left;
	width: 118px;	
	height: auto;
	min-height: auto;
}

#sidebar li.LargeMenu ul li {
	text-align: left;
	width: 158px;	
	height: auto;
	min-height: auto;
	display: block;
}

#sidebar a {
	text-decoration: none;
}

#sidebar li li ul {
	top: 0;
	left: 0;
}

#sidebar li li:hover ul {
	left: 150px;
}

/* initialy hide all sub sidemenus */
#sidebar ul ul,
#sidebar ul li:hover ul ul,
#sidebar ul ul li:hover ul ul,
#sidebar ul ul ul li:hover ul ul,
#sidebar ul ul ul ul li:hover ul ul {
	position: absolute;
	display:none;
}

/* display them on hover */
#sidebar li:hover ul,
#sidebar ul li:hover ul,
#sidebar ul ul li:hover ul,
#sidebar ul ul ul li:hover ul,
#sidebar ul ul ul ul li:hover ul,
#sidebar ul ul ul ul ul li:hover ul {
 	 display: block;
}

#sidebar #PhpWebcontent {
	display:none;
}	

/* This second #sidebar controlls the color of the gead text */
#sidebar {
	color: #cdffcb;
}

/* This is secondary sidebar back color (not in use while image sidebar is active in main #sidebar) Also I moveed opacity to main #sidebar to make it global */
#sidebar ul{
}

#sidebar ul ul {
	background: #000;
	
}
/* this is main sidebar head buttons global (NOT HOVER) control */
#sidebar ul li {
	-moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

/* This is head button HOVER controll */
#sidebar ul li:hover {
	background: #0f203c;
}

#feeds li {
  background: url(images/feed.png) top left no-repeat;
  padding-left: 18px;
}

#sidebar h2 {
	color: #000000;
}

/* #sidebar controls text color in nav menus */
#sidebar a {
	color: #380008;
	font-weight: bold;
}

/* I added #sidebar a:hover to contoll mouse over in link menus  */
#sidebar a:hover {
	color: #55000d;
	text-decoration: underline;
}

#sidebar ul li ul {
}

#sidebar ul li ul li {
	background: #e1e7ff;
	z-index: 60;
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
	margin-left: 0px;
	border-bottom: 1px solid #bdc2d7;
}

#sidebar ul li ul li:hover {
	background: #e1e7ff;
	
}

#sidebar ul li ul ul li{
	background: #a4cba7;
}

#sidebar ul li ul ul li:hover {
	background: #999999;
	
}

#wp-calendar #next a {
	background: none;
	}

#wp-calendar #prev a {
	background: none;
	}

/* Dï¿½but Images */
p img {
	padding: 3px;
	max-width: 100%;
	border: 1px solid white;
}

/*	L'utilisation de 'class="alignright"' sur une image aligne l'image ï¿½ droite (qui aurait pu penser ï¿½a ?!)
	Et 'class="centered' centrera bien entendu l'image. Ceci est prï¿½fï¿½rable ï¿½ l'utilisation de 
	align="center", ï¿½tant plus ï¿½volutif (et valide) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 3px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
}
/* Fin Images */



/* Dï¿½but listes

	Puces stylisï¿½es, incompatible IE
	Ne fonctionne pas sous Internet Explorer qui affichera des puces standard par dï¿½faut. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
/* Fin listes */



/* Dï¿½but ï¿½lï¿½ments de formulaires */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}
#searchform #s {
	width: 115px;
	padding: 2px;
	}
	
#searchsubmit {
	padding: 1px;
	}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 190px;
	padding: 2px;
	margin: 0px 5px 0px 0;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border-color: #fffbfb;
}

#commentform textarea {
	width: 99%;
	padding: 2px;
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
	border-style: solid;
	border-color: #A2BAC6;
}
	
	}

#commentform #submit {
	margin: 0;
	float: right;
}
/* Fin Elï¿½ments de formulaires */



/* Dï¿½but commentaires*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* Fin commentaires */


/* Dï¿½but calendrier */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	background: #000000;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

/* Fin calendrier */



/* Dï¿½but diffï¿½rentes balises et classes */



acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.center {
	text-align: center;
	}



a img {
	border-style: none;
}

.navigation {
	text-align: center;
	bottom: -20px;
	position: absolute;
	padding-left: 10px;
}

/* added this to controll nav links colors. Remove entire entry to default it */
.navigation a {
	color: #55000d;
}

/* Fin diffï¿½rentes balises et classes */@charset "UTF-8";
/* CSS Document */

